Auto merge of #3013 - matklad:rootless-resolve, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 18 Aug 2016 19:54:46 +0000 (12:54 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2016 19:54:46 +0000 (12:54 -0700)
Rootless resolve

This should help to make more commands applicable to the whole workspace. Though there is apparently a ton of work to make `cargo metadata` work with workspaces.

This does not support rootless lockfiles. Will do this in a separate PR.


Trivial merge